Welcome![Sign In][Sign Up]
Location:
Search - vc http

Search list

[Windows DevelopWEBClient

Description: SDK,模拟HTTP客户端VC,采用原始的 WINSOCKET,够详细了吧-SDK, simulation HTTP client VC, using primitive WINSOCKET enough details of the hour
Platform: | Size: 2048 | Author: | Hits:

[Windows DevelopHTTP_fuwuqishili

Description: http的功能实现过程编码,使用vc编写欢迎下载-http achieve functional coding process, the use of the preparation welcome downloaded vc
Platform: | Size: 59392 | Author: 邓剑 | Hits:

[Browser Clientvc_http_Download

Description: 用来通过HTTP协议下载的程序源码,支持断点续传和多线程下载-for download through HTTP protocol procedures source to support HTTP download and multithread
Platform: | Size: 65536 | Author: zhengjun | Hits:

[Web ServerHTTP_SERVER001

Description: 一个HTTP-WEB服务器VC++代码例子-an HTTP-Web server code examples in VC
Platform: | Size: 45056 | Author: 皮皮 | Hits:

[Remote ControlHttpClinet

Description: HTTP客户端工程程序,通过此程序可以与对应的HTTP服务端程序进行数据传输.本工程是VC2005工程-HTTP client works procedures. through this procedure with the corresponding HTTP server procedures for data transmission. The project works VC2005
Platform: | Size: 7554048 | Author: hzh272 | Hits:

[Internet-Networkdownload

Description: 多线程下载工具可支持http,ftp,https多协议....vc编写-Most people your weak盄Tools盓undress Jue http, ftp, https people .... vc衪Hu met迡
Platform: | Size: 5019648 | Author: 宋飞 | Hits:

[Internet-NetworkHTTPserver

Description: 用VC编写的基于MFC的HTTP服务器,提供一般的请求命令(POST,GET...)-VC prepared with the MFC-based HTTP server, the request to provide general order (POST, GET ...)
Platform: | Size: 47104 | Author: | Hits:

[MiddleWareHTTPSVR

Description: 也是个http服务器,适用于windows系统,vc++程序,适用于初学者参考-It is also a http server for windows system, vc++ Procedures applicable to beginners reference
Platform: | Size: 94208 | Author: xqw | Hits:

[Web ServerHTTP_GETFILE

Description: vc++开发的,可以从从WEB服务器通过HTTP协议下载文件源码-vc++ development, we can start from the WEB server to download files through the HTTP protocol source
Platform: | Size: 17408 | Author: liuxfu | Hits:

[Web ServerDownLoad

Description: http下载的简单演示 ,实现基于http协议的下载,vc6编译-http download a simple demonstration, based on http protocol to download, vc6 compiler
Platform: | Size: 1939456 | Author: fumin | Hits:

[VOIP programPC-vc-sIPUA

Description: vc编写的sip客户端,配合sip代理服务器一起使用,无需其他库文件,直接编译即可-vc prepared sip client, with the sip proxy server used together without the other library files, direct the compiler can
Platform: | Size: 189440 | Author: EStar | Hits:

[Internet-NetworkHttpDownload

Description: 用VC编写的HTTP下载的win32程序-VC prepared using HTTP download win32 program
Platform: | Size: 1674240 | Author: 阿令 | Hits:

[Internet-NetworkHTTP_Server-

Description: 介绍一个异步通信的socket类,VC++60编译通过。-Introduction of a socket type of asynchronous communication, VC++ 60 compiler through.
Platform: | Size: 28672 | Author: 李发 | Hits:

[File OperateImageFileUpload

Description: vc开发的 向 HTTP服务器上传文件程序-vc developed upload files to the HTTP server process
Platform: | Size: 2007040 | Author: dwjaissk | Hits:

[Windows DevelopHTTP

Description: http服务器,这是由vc++编写的类似于http的服务器程序-http server, which is by vc++ prepared similar to the server program http
Platform: | Size: 55296 | Author: s | Hits:

[Com PortVC++Multi-Thread

Description: vc多线程:用VC实现多串口多线程工业控制 来源:编程基地 http://bcjidi.cn/-vc Multithread: Using VC multi-serial multi-threaded industrial control Source: programming base http://bcjidi.cn/
Platform: | Size: 131072 | Author: pudn | Hits:

[Sniffer Package capture119128630sddsf

Description: VC下载程序源代码,内有详细的代码,可直接运行使用。希望对进行下载程序开发的程序员有所帮助。FTP、HTTP 多线程断点续传下载文件-VC download the source code, which has a detailed code, can be directly used to run. Wish to download the procedure developed by programmers help. FTP, HTTP multithreaded HTTP download file
Platform: | Size: 237568 | Author: 丁晓峰 | Hits:

[Sniffer Package capture29782200httpftdsfdsfp

Description: VC下载程序源代码,内有详细的代码,可直接运行使用。希望对进行下载程序开发的程序员有所帮助。FTP、HTTP 多线程断点续传下载文件。-VC download the source code, which has a detailed code, can be directly used to run. Wish to download the procedure developed by programmers help. FTP, HTTP multithreaded HTTP download the file.
Platform: | Size: 8192 | Author: 丁晓峰 | Hits:

[VC/MFCVC6SocketsAPI

Description: 用VC++6.0的Sockets API实现一个聊天室程序.txt   VC++对网络编程的支持有socket支持,WinInet支持,MAPI和ISAPI支持等。其中,Windows Sockets API是TCP/IP网络环境里,也是Internet上进行开发最为通用的API。最早美国加州大学Berkeley分校在UNIX下为TCP/IP协议开发了一个API,这个API就是著名的Berkeley Socket接口(套接字)。在桌面操作系统进入Windows时代后,仍然继承了Socket方法。在TCP/IP网络通信环境下,Socket数据传输是一种特殊的I/O,它也相当于一种文件描述符,具有一个类似于打开文件的函数调用-socket()。可以这样理解:Socket实际上是一个通信端点,通过它,用户的Socket程序可以通过网络和其他的Socket应用程序通信。Socket存在于一个"通信域"(为描述一般的线程如何通过Socket进行通信而引入的一种抽象概念)里,并且与另一个域的Socket交换数据。Socket有三类。第一种是SOCK_STREAM(流式),提供面向连接的可靠的通信服务,比如telnet,http。第二种是SOCK_DGRAM(数据报),提供无连接不可靠的通信,比如UDP。第三种是SOCK_RAW(原始),主要用于协议的开发和测试,支持通信底层操作,比如对IP和ICMP的直接访问。 -VC++6.0 using the Sockets API procedures for the realization of a chat room. Txt VC++ on the support network programming socket support, WinInet support, MAPI and ISAPI support. One, Windows Sockets API is TCP/IP network environment, but also for the development of Internet, the most common API. The first University of California, Berkeley campus in UNIX for the TCP/IP protocol has developed an API, the API is well-known Berkeley Socket interface (socket). Into the Windows desktop operating system in the era after the Socket method inherited. In the TCP/IP network communication environment, Socket data transmission is a special kind of I/O, it is equivalent to a file descriptor, open the file with a similar function call in-socket (). Can interpret it this way: Socket is a communication endpoint, through which users can program the Socket and other network applications of Socket Communications. Socket exist in a "communication domain" (as described in the general thread o
Platform: | Size: 3072 | Author: 李涛 | Hits:

[Internet-Networkhttpd.txt

Description: http 协议 vc实现-http protocol to achieve vc
Platform: | Size: 2048 | Author: guo | Hits:
« 1 2 34 5 6 7 8 9 10 ... 31 »

CodeBus www.codebus.net